home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_12 / schmidt / yon.h < prev   
Encoding:
C/C++ Source or Header  |  1995-10-11  |  138 b   |  15 lines

  1. =========
  2. Listing 3
  3. source file yon.h
  4. =================
  5.  
  6. //
  7. //  yon.h
  8. //
  9. #if HERE != 0
  10.     extern int yon;
  11. #else
  12.     int yon = 0;
  13. #endif
  14.  
  15.